bitkeeper revision 1.1159.249.2 (4208d80fdADS1E8W_FrA3GnIhbkDTw)
authorakw27@labyrinth.cl.cam.ac.uk <akw27@labyrinth.cl.cam.ac.uk>
Tue, 8 Feb 2005 15:17:35 +0000 (15:17 +0000)
committerakw27@labyrinth.cl.cam.ac.uk <akw27@labyrinth.cl.cam.ac.uk>
Tue, 8 Feb 2005 15:17:35 +0000 (15:17 +0000)
my bad.

signed-off-by: akw27@cl.cam.ac.uk

linux-2.6.10-xen-sparse/drivers/xen/blktap/blktap_datapath.c

index 7bbe36ad89bd686e4487ca5fe194b5de82244621..f618a405bffbbbdda9acede64458e6ca4121cb92 100644 (file)
@@ -142,7 +142,7 @@ inline void kick_be_domain(void)
     
     wmb(); /* Ensure that the frontend can see the requests. */
     RING_PUSH_REQUESTS(BLKIF_RING, &blktap_be_ring);
-    notify_via_evtchn(blkif_ptbe_evtchn);
+    notify_via_evtchn(blktap_be_evtchn);
     DPRINTK("notified BE\n");
 }